14 lines
232 B
Makefile
Executable File
14 lines
232 B
Makefile
Executable File
#
|
|
# (C) Copyright 2012
|
|
# Texas Instruments Incorporated - http://www.ti.com/
|
|
# Aneesh V <aneesh@ti.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Based on common/Makefile.
|
|
#
|
|
|
|
ifdef CONFIG_SDL_BUILD
|
|
obj-y += sdl.o
|
|
endif
|