]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/staging/olpc_dcon/Makefile
net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
[linux.git] / drivers / staging / olpc_dcon / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 olpc-dcon-objs += olpc_dcon.o
3 olpc-dcon-$(CONFIG_FB_OLPC_DCON_1)      += olpc_dcon_xo_1.o
4 olpc-dcon-$(CONFIG_FB_OLPC_DCON_1_5)    += olpc_dcon_xo_1_5.o
5 obj-$(CONFIG_FB_OLPC_DCON)      += olpc-dcon.o
6
7