Files
lk/dev/bus/pci/rules.mk
Travis Geiselbrecht a2b41c11d2 [dev][pci] move the pci console commands into the pci bus driver
Remove app/pcitests since it was just the console commands.
2021-11-09 00:19:53 -08:00

12 lines
191 B
Makefile

LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_SRCS += \
$(LOCAL_DIR)/bios32.c \
$(LOCAL_DIR)/debug.c \
$(LOCAL_DIR)/pci.c \
$(LOCAL_DIR)/type1.c \
include make/module.mk