diff options
author | wdenk <wdenk> | 2004-08-02 21:11:11 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-08-02 21:11:11 +0000 |
commit | 68ceb29e7133a0f972f53d3d61fd61207374baec (patch) | |
tree | aea2bf247ffeabcab9e908c152b316e269e2e5ee /drivers/Makefile | |
parent | 9aea95307fdb0ffe0d3a98a17ac73e5040c9756a (diff) | |
download | u-boot-imx-68ceb29e7133a0f972f53d3d61fd61207374baec.zip u-boot-imx-68ceb29e7133a0f972f53d3d61fd61207374baec.tar.gz u-boot-imx-68ceb29e7133a0f972f53d3d61fd61207374baec.tar.bz2 |
Add support for console over UDP (compatible to Ingo Molnar's
netconsole patch under Linux)
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index afca70e..5f22158 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -32,7 +32,7 @@ OBJS = 3c589.o 5701rls.o ali512x.o \ cs8900.o ct69000.o dataflash.o dc2114x.o dm9000x.o \ e1000.o eepro100.o \ i8042.o i82365.o inca-ip_sw.o keyboard.o \ - lan91c96.o natsemi.o netarm_eth.o \ + lan91c96.o natsemi.o netarm_eth.o netconsole.o \ ns16550.o ns8382x.o ns87308.o omap1510_i2c.o \ pci.o pci_auto.o pci_indirect.o \ pcnet.o plb2800_eth.o \ |