Skip to content
Snippets Groups Projects
Commit 986de677 authored by akroh's avatar akroh
Browse files

trivial: fix directory listings

parent bcdb09d9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@
# @TAG(GD_GPL)
#
DIRECTORIES += src/plat/exynos4/machine
DIRECTORIES += src/plat/${PLAT}/machine
DIRECTORIES += src/plat/exynos_common
PLAT_C_SOURCES += machine/hardware.c
......
......@@ -8,7 +8,8 @@
# @TAG(GD_GPL)
#
DIRECTORIES += src/plat/exynos5/machine
DIRECTORIES += src/plat/${PLAT}/machine
DIRECTORIES += src/plat/exynos_common
PLAT_C_SOURCES += machine/hardware.c \
machine/l2cache.c
......
......@@ -8,7 +8,7 @@
# @TAG(GD_GPL)
#
DIRECTORIES += src/plat/imx31/machine
DIRECTORIES += src/plat/${PLAT}/machine
PLAT_C_SOURCES += machine/hardware.c
......
......@@ -8,7 +8,7 @@
# @TAG(GD_GPL)
#
DIRECTORIES += src/plat/exynos/machine
DIRECTORIES += src/plat/${PLAT}/machine
PLAT_C_SOURCES += machine/hardware.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment