diff options
Diffstat (limited to 'drivers/soc/ixp4xx/Makefile')
-rw-r--r-- | drivers/soc/ixp4xx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/soc/ixp4xx/Makefile b/drivers/soc/ixp4xx/Makefile new file mode 100644 index 000000000..bebb07d52 --- /dev/null +++ b/drivers/soc/ixp4xx/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_IXP4XX_QMGR) += ixp4xx-qmgr.o +obj-$(CONFIG_IXP4XX_NPE) += ixp4xx-npe.o |