uboot-at91: harmonize indent in Makefile
The indent in Makefile is mixed, harmonize it where reasonable. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
2f92e1d418
commit
e7c235612b
@ -129,11 +129,11 @@ UBOOT_TARGETS := \
|
|||||||
sama5d2_ptc_ek_mmc
|
sama5d2_ptc_ek_mmc
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
||||||
CROSS_COMPILE=$(TARGET_CROSS) \
|
CROSS_COMPILE=$(TARGET_CROSS) \
|
||||||
DTC=$(PKG_BUILD_DIR)/scripts/dtc/dtc \
|
DTC=$(PKG_BUILD_DIR)/scripts/dtc/dtc \
|
||||||
KCFLAGS="$(filter-out -fstack-protector \
|
KCFLAGS="$(filter-out -fstack-protector \
|
||||||
-mfloat-abi=hard, $(TARGET_CFLAGS)) -mfloat-abi=soft"
|
-mfloat-abi=hard, $(TARGET_CFLAGS)) -mfloat-abi=soft"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage/U-Boot))
|
$(eval $(call BuildPackage/U-Boot))
|
||||||
|
Loading…
Reference in New Issue
Block a user