linux-gbmc: driver/misc/gbmc: Fix makefile indents

Change-Id: I2c9b84a1ffdd97b895c8e14e9576213b64385dc2
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/recipes-kernel/linux/files/linux-gbmc/drivers/misc/gbmc/Makefile b/recipes-kernel/linux/files/linux-gbmc/drivers/misc/gbmc/Makefile
index 2430f2d..6b98d21 100644
--- a/recipes-kernel/linux/files/linux-gbmc/drivers/misc/gbmc/Makefile
+++ b/recipes-kernel/linux/files/linux-gbmc/drivers/misc/gbmc/Makefile
@@ -1,6 +1,6 @@
-obj-$(CONFIG_GBMC_NPCM7XX_EMC_ETH) += npcm7xx_emc.o
+obj-$(CONFIG_GBMC_NPCM7XX_EMC_ETH)		+= npcm7xx_emc.o
 obj-$(CONFIG_GBMC_SEVEN_SEGMENT_DISPLAY)	+= seven_seg_disp.o
-obj-$(CONFIG_GBMC_SEVEN_SEGMENT_GPIO)	+= seven_seg_gpio.o
-obj-$(CONFIG_GBMC_NPCM_LPC_BPC)		+= npcm7xx-lpc-bpc.o
+obj-$(CONFIG_GBMC_SEVEN_SEGMENT_GPIO)		+= seven_seg_gpio.o
+obj-$(CONFIG_GBMC_NPCM_LPC_BPC)			+= npcm7xx-lpc-bpc.o
 obj-$(CONFIG_GBMC_USB_OHCI_HCD_NPCM7XX)		+= ohci-npcm7xx.o
-obj-$(CONFIG_GBMC_PCIE_NPCM)				+= pcie-npcm.o
+obj-$(CONFIG_GBMC_PCIE_NPCM)			+= pcie-npcm.o