From 11181adc990dd71f7c7c27b0486bd05744654a33 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 11 May 2024 17:44:19 +0200 Subject: WIP container cross-compile builds (dropped) --- 2/module/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 2/module/Makefile (limited to '2/module/Makefile') diff --git a/2/module/Makefile b/2/module/Makefile new file mode 100644 index 0000000..01b2177 --- /dev/null +++ b/2/module/Makefile @@ -0,0 +1,12 @@ +RELEASE = 6.6.15-ti-rt-arm32-r1 +KERNEL := ../headers/ +ARCH := arm +CROSS_COMPILE := arm-linux-gnueabi- + +obj-m += lork.o +lork-y += main.o +lork-y += fopdrv.o + +all: + $(MAKE) -C $(KERNEL) M=$(PWD) modules + -- cgit v1.2.3