From 2fc4bfec8dacfbf83aac65a36a5cae60ab994b4a Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 5 Jul 2007 00:17:20 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. --- Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..06e0e18 --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +# +# Makefile for the HardSID device driver. + +obj-m += hardsid.o + +KVER = $(shell uname -r) +KDIR = /lib/modules/$(KVER)/build + +# default:: kmod_build + +kmod_build:: $(fglrx-libs) $(fglrx-cfiles) $(fglrx-hdrs) + $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules + +clean:: + rm -f *.o *.ko *.mod.* Module.symvers .hardsid* + rm -rf .tmp_versions + -- cgit v1.2.3