From 753344da68e5d7afa9890522d998ff9cb25a2de5 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Thu, 2 Jul 2015 23:12:23 +0700 Subject: system/steamos-xpad: Added (SteamOS patched xpad kernel driver). Signed-off-by: Willy Sudiarto Raharjo --- system/steamos-xpad/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 system/steamos-xpad/Makefile (limited to 'system/steamos-xpad/Makefile') diff --git a/system/steamos-xpad/Makefile b/system/steamos-xpad/Makefile new file mode 100644 index 000000000000..97907b396763 --- /dev/null +++ b/system/steamos-xpad/Makefile @@ -0,0 +1,7 @@ +obj-m = steamos-xpad.o + +KVERSION = $(shell uname -r) +all: + make -C /lib/modules/$(KVERSION)/build V=1 M=$(PWD) modules +clean: + test ! -d /lib/modules/$(KVERSION) || make -C /lib/modules/$(KVERSION)/build V=1 M=$(PWD) clean -- cgit v1.2.3