projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c87c2b
)
arm-trusted-firmware-sunxi: remove redundant build flags
h6-202004
author
Zoltan HERPAI
<wigyori@uid0.hu>
Fri, 24 Apr 2020 08:04:14 +0000
(10:04 +0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Fri, 24 Apr 2020 08:05:03 +0000
(10:05 +0200)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
package/boot/arm-trusted-firmware-sunxi/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/arm-trusted-firmware-sunxi/Makefile
b/package/boot/arm-trusted-firmware-sunxi/Makefile
index 6a2eab97ff9ad16de4586b8423507cc3df73e581..cda0b046094e997ffb3bc749ff0b94dd5ad45a19 100644
(file)
--- a/
package/boot/arm-trusted-firmware-sunxi/Makefile
+++ b/
package/boot/arm-trusted-firmware-sunxi/Makefile
@@
-33,13
+33,6
@@
endef
export GCC_HONOUR_COPTS=s
-MAKE_VARS = \
- CROSS_COMPILE="$(TARGET_CROSS)"
-
-MAKE_FLAGS += \
- PLAT=sun50i_a64 \
- bl31
-
define Build/Compile
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
CROSS_COMPILE=$(TARGET_CROSS) \