forked from Minki/linux
312b62b661
Initial support for the MStar/Sigmastar Armv7 based IP camera and dashcam SoCs. These chips are interesting in that they contain a Cortex-A7, peripherals and system memory in a single tiny QFN package that can be hand soldered allowing almost anyone to embed Linux in their projects. Signed-off-by: Daniel Palmer <daniel@0x0f.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 lines
40 B
Makefile
2 lines
40 B
Makefile
obj-$(CONFIG_ARCH_MSTARV7) += mstarv7.o
|