1 include $(TOPDIR
)/rules.mk
6 $(MAKE
) -C
$(1) BOARD
="$(2)" clean
9 $(MAKE
) -C
$(1) BOARD
="$(2)" prepare
12 $(MAKE
) -C
$(1) BOARD
="$(2)" compile
15 $(MAKE
) -C
$(1) BOARD
="$(2)" install
17 ifeq ($(BR2_LINUX_
$(3)),y
)
18 clean: $(1)/$(2)-clean
19 prepare
: $(1)/$(2)-prepare
20 compile
: $(1)/$(2)-compile
21 install: $(1)/$(2)-install
24 .PHONY
: $(1)/$(2)-clean $(1)/$(2)-prepare
$(1)/$(2)-compile
$(1)/$(2)-install
31 rm -rf
$(BUILD_DIR
)/kernel
33 $(eval
$(call kernel_template
,linux-2.4
,brcm
,2_4_BRCM
))
This page took 0.051539 seconds and 5 git commands to generate.