File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,18 @@ makecmd=CROSS_COMPILE=$(CROSS_COMPILE) $(MAKE) -j $(processors) \
77 ARCH=arm CFLAGS=$(cflags)
88
99.PHONY: arch/arm/boot/uImage
10- arch/arm/boot/uImage:
11- $(makecmd) ARCH=arm green_mango_defconfig
10+ arch/arm/boot/uImage: .config
1211 PATH=$(PATH):$(uboot_tools) $(makecmd) UIMAGE_LOADADDR=0x8000 uImage
1312
1413modules = drivers/staging/fbtft/fbtft_device.ko \
1514 drivers/staging/fbtft/flexfb.ko
1615.PHONY: $(modules)
17- $(modules):
16+ $(modules): .config
1817 $(makecmd) modules
1918
19+ .config: arch/arm/configs/green_mango_defconfig
20+ $(makecmd) ARCH=arm green_mango_defconfig
21+
2022.PHONY: install-remote
2123install-remote: remote_host_defined arch/arm/boot/uImage
2224 @echo "Installing to $(remote_host)..."
You can’t perform that action at this time.
0 commit comments