diff options
Diffstat (limited to 'recipes-kernel/hdm-usb/files/Makefile')
-rw-r--r-- | recipes-kernel/hdm-usb/files/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-kernel/hdm-usb/files/Makefile b/recipes-kernel/hdm-usb/files/Makefile deleted file mode 100644 index 0714f6b73..000000000 --- a/recipes-kernel/hdm-usb/files/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Makefile -# - -SRC := $(shell pwd) - -obj-m += hdm_usb.o -CFLAGS_hdm_usb.o := -I$(src)/../../aim-network/files/ -I$(src)/../../mostcore/files - -all: - $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules - -modules_install: - $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install - -clean: - $(MAKE) -C $(KERNEL_SRC) M=$(SRC) clean - |