subdir_vars.mk 785 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. SHELL = cmd.exe
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. C_SRCS += \
  7. ../hal/nim_ethernet.c \
  8. ../hal/nim_gpio.c \
  9. ../hal/nim_uart.c
  10. C_DEPS += \
  11. ./hal/nim_ethernet.d \
  12. ./hal/nim_gpio.d \
  13. ./hal/nim_uart.d
  14. OBJS += \
  15. ./hal/nim_ethernet.obj \
  16. ./hal/nim_gpio.obj \
  17. ./hal/nim_uart.obj
  18. OBJS__QUOTED += \
  19. "hal\nim_ethernet.obj" \
  20. "hal\nim_gpio.obj" \
  21. "hal\nim_uart.obj"
  22. C_DEPS__QUOTED += \
  23. "hal\nim_ethernet.d" \
  24. "hal\nim_gpio.d" \
  25. "hal\nim_uart.d"
  26. C_SRCS__QUOTED += \
  27. "../hal/nim_ethernet.c" \
  28. "../hal/nim_gpio.c" \
  29. "../hal/nim_uart.c"