]> Git Repo - linux.git/blob - arch/mips/lasat/Makefile
x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME
[linux.git] / arch / mips / lasat / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the LASAT specific kernel interface routines under Linux.
4 #
5
6 obj-y                           += reset.o setup.o prom.o lasat_board.o \
7                                    at93c.o interrupt.o serial.o
8
9 obj-$(CONFIG_LASAT_SYSCTL)      += sysctl.o
10 obj-$(CONFIG_DS1603)            += ds1603.o
11 obj-$(CONFIG_PICVUE)            += picvue.o
12 obj-$(CONFIG_PICVUE_PROC)       += picvue_proc.o
13
14 clean:
15         make -C image clean
This page took 0.035942 seconds and 4 git commands to generate.