diff options
| author | Albert ARIBAUD <[email protected]> | 2013-12-18 21:45:34 +0100 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2013-12-18 21:45:34 +0100 |
| commit | fe7f0810ddf41939bbdd22fe39b0b80fdfe0636b (patch) | |
| tree | 7ae945711f3b37183fef66e694cedd35f8e722e9 /Makefile | |
| parent | f4e4aadeaddaf148f02f52b9e24ea19ab84f3475 (diff) | |
| parent | 766afc3dff35f8f257deb0373735a328c8206880 (diff) | |
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -350,12 +350,14 @@ endif # enable combined SPL/u-boot/dtb rules for tegra ifneq ($(CONFIG_TEGRA),) +ifeq ($(CONFIG_SPL),y) ifeq ($(CONFIG_OF_SEPARATE),y) ALL-y += $(obj)u-boot-dtb-tegra.bin else ALL-y += $(obj)u-boot-nodtb-tegra.bin endif endif +endif build := -f $(TOPDIR)/scripts/Makefile.build -C |
