diff options
author | Jason Jin <Jason.jin@freescale.com> | 2007-07-13 12:14:58 +0800 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-06 01:44:59 +0200 |
commit | 0f460a1ee148b648ee242c3157650287d4296260 (patch) | |
tree | 8a5bd77e4ae187e31661228aa5a695f617a58498 /Makefile | |
parent | ece92f85053b8df613edcf05b26a416cbc3d629c (diff) | |
download | u-boot-imx-0f460a1ee148b648ee242c3157650287d4296260.zip u-boot-imx-0f460a1ee148b648ee242c3157650287d4296260.tar.gz u-boot-imx-0f460a1ee148b648ee242c3157650287d4296260.tar.bz2 |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |