diff options
Diffstat (limited to 'drivers/peci/Makefile')
-rw-r--r-- | drivers/peci/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/peci/Makefile b/drivers/peci/Makefile index e789a354e842..926d8df15cbd 100644 --- a/drivers/peci/Makefile +++ b/drivers/peci/Makefile @@ -3,3 +3,6 @@ # Core functionality peci-y := core.o obj-$(CONFIG_PECI) += peci.o + +# Hardware specific bus drivers +obj-y += controller/ |