--
--------------------------------------------------------------------------
- [ build application { target = "sfn5122f_queue",
- cFiles = ["sfn5122f_qdriver.c", "helper.c"],
- flounderBindings = [ "net_queue_manager", "sfn5122f" ],
- mackerelDevices = ["sfn5122f", "sfn5122f_q"],
- addLibraries = libDeps ["netQmng", "pci", "net_device_manager",
- "skb"]
- },
-
+ [
build application { target = "sfn5122f",
cFiles = [ "sfn5122f_cdriver.c", "mcdi_rpc.c", "helper.c",
- "buffer_tbl.c"],
+ "buffer_tbl.c", "sfn5122f_qdriver.c"],
flounderBindings = [ "sfn5122f", "net_ARP", "sfn5122f_devif"],
flounderExtraBindings = [ ("sfn5122f_devif", ["rpcclient"]) ],
flounderDefs = [ "sfn5122f", "sfn5122f_devif" ],
mackerelDevices = [ "sfn5122f"],
addLibraries = libDeps["netQmng", "pci", "contmng",
"net_device_manager", "bench", "trace", "skb",
- "spawndomain" ]
+ "spawndomain", "netd" ]
}
]