mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
post: Fix building with O=
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
fd7531c1e9
commit
03c6cd39f9
@ -22,7 +22,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/config.mk
|
include $(TOPDIR)/config.mk
|
||||||
include $(TOPDIR)/include/autoconf.mk
|
include $(OBJTREE)/include/autoconf.mk
|
||||||
|
|
||||||
LIB = libpost.a
|
LIB = libpost.a
|
||||||
GPLIB-$(CONFIG_HAS_POST) += libgenpost.a
|
GPLIB-$(CONFIG_HAS_POST) += libgenpost.a
|
||||||
@ -38,8 +38,8 @@ SPLIB-$(CONFIG_HAS_POST) += $(shell if [ -d cpu/$(CPU) ]; then echo \
|
|||||||
SPLIB-$(CONFIG_HAS_POST) += $(shell if [ -d board/$(BOARD) ]; then echo \
|
SPLIB-$(CONFIG_HAS_POST) += $(shell if [ -d board/$(BOARD) ]; then echo \
|
||||||
"board/$(BOARD)/libpost$(BOARD).a"; fi)
|
"board/$(BOARD)/libpost$(BOARD).a"; fi)
|
||||||
|
|
||||||
GPLIB := $(GPLIB-y)
|
GPLIB := $(addprefix $(obj),$(GPLIB-y))
|
||||||
SPLIB := $(SPLIB-y)
|
SPLIB := $(addprefix $(obj),$(SPLIB-y))
|
||||||
COBJS := $(COBJS-y)
|
COBJS := $(COBJS-y)
|
||||||
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
||||||
OBJS := $(addprefix $(obj),$(COBJS))
|
OBJS := $(addprefix $(obj),$(COBJS))
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||||
# MA 02111-1307 USA
|
# MA 02111-1307 USA
|
||||||
include $(TOPDIR)/include/autoconf.mk
|
include $(OBJTREE)/include/autoconf.mk
|
||||||
|
|
||||||
LIB = libpostlwmon5.a
|
LIB = libpostlwmon5.a
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||||
# MA 02111-1307 USA
|
# MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
include $(TOPDIR)/include/autoconf.mk
|
include $(OBJTREE)/include/autoconf.mk
|
||||||
|
|
||||||
LIB = libpostppc4xx.a
|
LIB = libpostppc4xx.a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user