From ca54502a5b50d4bed7cac417cd9413a4bfc41f59 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Sat, 4 Apr 2015 06:22:14 +0000 Subject: [PATCH] Add mpc85xx_gpio to the build conf. Missed this in the previous commit. --- sys/conf/files.powerpc | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index 9d34751ac3e2..78f949fa6999 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -136,6 +136,7 @@ powerpc/mpc85xx/i2c.c optional iicbus fdt powerpc/mpc85xx/isa.c optional mpc85xx isa powerpc/mpc85xx/lbc.c optional mpc85xx powerpc/mpc85xx/mpc85xx.c optional mpc85xx +powerpc/mpc85xx/mpc85xx_gpio.c optional mpc85xx gpio powerpc/mpc85xx/platform_mpc85xx.c optional mpc85xx powerpc/mpc85xx/pci_mpc85xx.c optional pci mpc85xx powerpc/ofw/ofw_machdep.c standard