Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
18ec19e4
Commit
18ec19e4
authored
Apr 28, 2008
by
Yuri Tikhonov
Committed by
Wolfgang Denk
Apr 29, 2008
Browse files
POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
Signed-off-by:
Yuri Tikhonov
<
yur@emcraft.com
>
parent
6aee00f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
post/board/lwmon/Makefile
View file @
18ec19e4
...
...
@@ -20,10 +20,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
include
$(OBJTREE)/include/autoconf.mk
LIB
=
libpostlwmon.a
COBJS
=
sysmon.o
COBJS
-$(CONFIG_HAS_POST)
+
=
sysmon.o
include
$(TOPDIR)/post/rules.mk
post/board/netta/Makefile
View file @
18ec19e4
...
...
@@ -20,10 +20,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
include
$(OBJTREE)/include/autoconf.mk
LIB
=
libpostnetta.a
COBJS
=
codec.o dsp.o
COBJS
-$(CONFIG_HAS_POST)
+
=
codec.o dsp.o
include
$(TOPDIR)/post/rules.mk
post/cpu/mpc8xx/Makefile
View file @
18ec19e4
...
...
@@ -20,10 +20,11 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
include
$(OBJTREE)/include/autoconf.mk
LIB
=
libpostmpc8xx.a
AOBJS
=
cache_8xx.o
COBJS
=
cache.o ether.o spr.o uart.o usb.o watchdog.o
AOBJS
-$(CONFIG_HAS_POST)
+
=
cache_8xx.o
COBJS
-$(CONFIG_HAS_POST)
+
=
cache.o ether.o spr.o uart.o usb.o watchdog.o
include
$(TOPDIR)/post/rules.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment