mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
post/Makefile: make sure to use the correct flags
ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a" messages to be printed. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
7ed4011733
commit
19cf2ec90d
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
# MA 02111-1307 USA
|
||||
#
|
||||
|
||||
include $(TOPDIR)/config.mk
|
||||
include $(TOPDIR)/include/autoconf.mk
|
||||
|
||||
LIB = libpost.a
|
||||
|
|
Loading…
Add table
Reference in a new issue