Skip to content

Commit

Permalink
Built network devices once
Browse files Browse the repository at this point in the history
Move some generic NICS into libhw, and build them for ARM targets.

Signed-off-by: Paul Brook <[email protected]>
  • Loading branch information
Paul Brook committed Nov 19, 2009
1 parent cd7aafc commit f165b53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile.hw
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ obj-y += msix.o
# PCI network cards
obj-y += ne2000.o

obj-$(CONFIG_SMC91C111) += smc91c111.o
obj-$(CONFIG_LAN9118) += lan9118.o

# SCSI layer
obj-y += lsi53c895a.o
obj-$(CONFIG_ESP) += esp.o
Expand Down
3 changes: 1 addition & 2 deletions Makefile.target
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ obj-sparc-y += slavio_timer.o slavio_misc.o fdc.o sparc32_dma.o
obj-sparc-y += cs4231.o eccmemctl.o sbi.o sun4c_intctl.o
endif

obj-arm-y = integratorcp.o versatilepb.o smc91c111.o arm_pic.o arm_timer.o
obj-arm-y = integratorcp.o versatilepb.o arm_pic.o arm_timer.o
obj-arm-y += arm_boot.o pl011.o pl031.o pl050.o pl080.o pl110.o pl181.o pl190.o
obj-arm-y += versatile_pci.o
obj-arm-y += realview_gic.o realview.o arm_sysctl.o mpcore.o
Expand All @@ -288,7 +288,6 @@ obj-arm-y += framebuffer.o
obj-arm-y += syborg.o syborg_fb.o syborg_interrupt.o syborg_keyboard.o
obj-arm-y += syborg_serial.o syborg_timer.o syborg_pointer.o syborg_rtc.o
obj-arm-y += syborg_virtio.o
obj-arm-y += lan9118.o

obj-sh4-y = shix.o r2d.o sh7750.o sh7750_regnames.o tc58128.o
obj-sh4-y += sh_timer.o sh_serial.o sh_intc.o sh_pci.o sm501.o serial.o
Expand Down
2 changes: 2 additions & 0 deletions default-configs/arm-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ CONFIG_ADS7846=y
CONFIG_MAX111X=y
CONFIG_SSI=y
CONFIG_SSI_SD=y
CONFIG_LAN9118=y
CONFIG_SMC91C111=y

0 comments on commit f165b53

Please sign in to comment.