Skip to content

Commit

Permalink
test: yocto build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Nov 13, 2024
1 parent e1377f8 commit c9f4c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrmShared/linux/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build

include CONFIG

all: modules

modules modules_install clean:
$(MAKE) -C $(KERNELDIR) DRV_VERSION='$(DRV_VERSION)' M=$(CURDIR) $@
$(MAKE) -C $(KERNEL_SRC) DRV_VERSION='$(DRV_VERSION)' M=$(CURDIR) $@

.PHONY: all modules modules_install clean

0 comments on commit c9f4c15

Please sign in to comment.