Restructure POST directory to support of other CPUs, boards, etc.

This commit is contained in:
Wolfgang Denk
2007-03-06 18:08:43 +01:00
committed by Wolfgang Denk
parent a5284efd12
commit ad5bb451ad
45 changed files with 7719 additions and 45 deletions

View File

@@ -22,14 +22,10 @@
#
SUBDIRS = cpu
SUBDIRS = drivers cpu lib_$(ARCH) board/$(BOARDDIR)
LIB = libpost.a
AOBJS = cache_8xx.o
COBJS = cache.o codec.o cpu.o dsp.o ether.o
COBJS += i2c.o memory.o post.o rtc.o
COBJS += spr.o sysmon.o tests.o uart.o
COBJS += usb.o watchdog.o
COBJS = post.o tests.o
include $(TOPDIR)/post/rules.mk