1 # $NetBSD: files.netwalker,v 1.3 2012/04/17 10:19:57 bsh Exp $ 2 # 3 # Sharp Netwalker 4 # 5 6 file arch/evbarm/netwalker/netwalker_machdep.c 7 8 # Kernel boot arguments 9 defparam opt_machdep.h BOOT_ARGS 10 11 # CPU support and integrated peripherals 12 include "arch/arm/imx/files.imx51" 13 14 device imxusbc_axi 15 attach imxusbc at axi with imxusbc_axi 16 file arch/evbarm/netwalker/netwalker_usb.c imxusbc_axi 17 18 # LCD controller 19 attach ipu at axi with lcd_netwalker 20 file arch/evbarm/netwalker/netwalker_lcd.c lcd_netwalker 21 defflag opt_netwalker_lcd.h LCD_DEBUG 22