# This Makefile contains rules to build files in the shell/ directory.

# Name of this component (the directory this file is stored in)
COMP = shell

# Source files for this component
C_FILES = shell.c lexan.c xsh_clear.c xsh_ethstat.c xsh_exit.c xsh_gpiostat.c xsh_help.c xsh_kill.c xsh_led.c xsh_memdump.c xsh_memstat.c xsh_ps.c xsh_reset.c xsh_sleep.c xsh_uartstat.c xsh_test.c xsh_testsuite.c xsh_nvram.c xsh_vlanstat.c
S_FILES =

# Add the files to the compile source path
DIR = ${TOPDIR}/${COMP}
COMP_SRC += ${S_FILES:%=${DIR}/%} ${C_FILES:%=${DIR}/%}
