Revert "drivers: msm: create the folder for msm platform drivers"
This reverts commit b54a0482a4.
Compilation error is observed in drivers/platform folder,
because no driver is added into drivers/platform/msm folder yet.
Here is the compilation error -
make[3]: *** [drivers/platform/built-in.o] Error 1
make[2]: *** [drivers/platform] Error 2
Change-Id: I80a8dc0b647576b5a370e4cc38b2d10814c9470f
Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
This commit is contained in:
@@ -8,5 +8,3 @@ endif
|
||||
source "drivers/platform/goldfish/Kconfig"
|
||||
|
||||
source "drivers/platform/chrome/Kconfig"
|
||||
|
||||
source "drivers/platform/msm/Kconfig"
|
||||
|
||||
@@ -7,4 +7,3 @@ obj-$(CONFIG_MIPS) += mips/
|
||||
obj-$(CONFIG_OLPC) += olpc/
|
||||
obj-$(CONFIG_GOLDFISH) += goldfish/
|
||||
obj-$(CONFIG_CHROME_PLATFORMS) += chrome/
|
||||
obj-$(CONFIG_ARCH_QCOM) += msm/
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
menu "Qualcomm technologies inc. MSM specific device drivers"
|
||||
depends on ARCH_QCOM
|
||||
|
||||
endmenu
|
||||
@@ -1,3 +0,0 @@
|
||||
#
|
||||
# Makefile for the MSM specific device drivers.
|
||||
#
|
||||
Reference in New Issue
Block a user