Skip to content

Commit

Permalink
Pass any extra args to the Kernel
Browse files Browse the repository at this point in the history
In case user wants to pass any custom args to kernel.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Aug 19, 2024
1 parent 7e10fc4 commit db53002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ CROSS_COMPILE ?=
ARCH ?= $(shell uname -m)

all: $(if $(filter-out 0,$(IS_RPI)),dt) gen_patch_bin
@make -C $(KROOT) M=$(PWD) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) modules
@make -C $(KROOT) M=$(PWD) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) $(MAKECMDGOALS) modules

dt:
dtc -@ -I dts -O dtb -o $(basename $(RPI_DTS)).dtbo $(RPI_DTS)
Expand Down

0 comments on commit db53002

Please sign in to comment.