Kconfig: remove DRV_ configs

Change-Id: Id162a7fe3620f7ad2bc25fbbd55c90b800f9ef70
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-05-26 08:21:59 -04:00
commit 89d50ec95a
5 changed files with 5 additions and 46 deletions

View file

@ -3,4 +3,4 @@ EXTRA_CFLAGS += -I$(srctree)/include/drivers
EXTRA_CFLAGS +=-I$(srctree)/arch/$(ARCH)
EXTRA_CFLAGS +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
obj-y = pci.o pci_config.o pci_interface.o
obj-$(CONFIG_PCI) = pci.o pci_config.o pci_interface.o