summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Jin <Jason.jin@freescale.com>2007-07-13 04:14:58 (GMT)
committerWolfgang Denk <wd@denx.de>2007-08-05 23:44:59 (GMT)
commit0f460a1ee148b648ee242c3157650287d4296260 (patch)
tree8a5bd77e4ae187e31661228aa5a695f617a58498 /Makefile
parentece92f85053b8df613edcf05b26a416cbc3d629c (diff)
downloadu-boot-fsl-qoriq-0f460a1ee148b648ee242c3157650287d4296260.tar.xz
Configurations for ATI video card BIOS emulator
This patch add definition of the BIOS emulator and the ATI framebuffer driver for MPC8641HPCN board. Signed-off-by: Jason Jin <Jason.jin@freescale.com> Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4fdd485..20aa9c2 100644
--- a/Makefile
+++ b/Makefile
@@ -205,6 +205,7 @@ LIBS += disk/libdisk.a
LIBS += rtc/librtc.a
LIBS += dtt/libdtt.a
LIBS += drivers/libdrivers.a
+LIBS += drivers/bios_emulator/libatibiosemu.a
LIBS += drivers/nand/libnand.a
LIBS += drivers/nand_legacy/libnand_legacy.a
ifeq ($(CPU),mpc83xx)