aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/recipes-kernel/amd-wdt/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'meta-steppeeagle/recipes-kernel/amd-wdt/files/Makefile')
-rw-r--r--meta-steppeeagle/recipes-kernel/amd-wdt/files/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-steppeeagle/recipes-kernel/amd-wdt/files/Makefile b/meta-steppeeagle/recipes-kernel/amd-wdt/files/Makefile
deleted file mode 100644
index 36b32f87..00000000
--- a/meta-steppeeagle/recipes-kernel/amd-wdt/files/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-obj-m := amd_wdt.o
-
-SRC := $(shell pwd)
-
-all:
- $(MAKE) -C $(KERNEL_SRC) M=$(SRC)
-
-modules_install:
- $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install
-
-clean:
- rm -f *.o *~ core .depend .*.cmd *.ko *.mod.c
- rm -f Module.markers Module.symvers modules.order
- rm -rf .tmp_versions Modules.symvers