new menu structure for libpayload
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3488 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
fef915c7c4
commit
6986358341
@@ -3,6 +3,7 @@
|
||||
##
|
||||
## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
## Copyright (C) 2008 coresystems GmbH
|
||||
##
|
||||
## Redistribution and use in source and binary forms, with or without
|
||||
## modification, are permitted provided that the following conditions
|
||||
@@ -28,11 +29,14 @@
|
||||
## SUCH DAMAGE.
|
||||
##
|
||||
|
||||
TARGETS-y += drivers/pci.o
|
||||
TARGETS-y += drivers/speaker.o
|
||||
TARGETS-$(CONFIG_PCI) += drivers/pci.o
|
||||
|
||||
TARGETS-$(CONFIG_SPEAKER) += drivers/speaker.o
|
||||
|
||||
TARGETS-$(CONFIG_SERIAL_CONSOLE) += drivers/serial.o
|
||||
|
||||
TARGETS-$(CONFIG_PC_KEYBOARD) += drivers/keyboard.o
|
||||
|
||||
TARGETS-$(CONFIG_NVRAM) += drivers/nvram.o
|
||||
TARGETS-$(CONFIG_NVRAM) += drivers/options.o
|
||||
|
||||
|
Reference in New Issue
Block a user