diff options
Diffstat (limited to 'arch/x86/cpu/tangier/Makefile')
-rw-r--r-- | arch/x86/cpu/tangier/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/cpu/tangier/Makefile b/arch/x86/cpu/tangier/Makefile new file mode 100644 index 0000000..d146b3f --- /dev/null +++ b/arch/x86/cpu/tangier/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (c) 2017 Intel Corporation +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += car.o tangier.o sdram.o |