| 1234567891011121314151617181920212223242526272829303132333435363738 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- SHELL = cmd.exe
- # Add inputs and outputs from these tool invocations to the build variables
- C_SRCS += \
- ../hal/nim_ethernet.c \
- ../hal/nim_gpio.c \
- ../hal/nim_uart.c
- C_DEPS += \
- ./hal/nim_ethernet.d \
- ./hal/nim_gpio.d \
- ./hal/nim_uart.d
- OBJS += \
- ./hal/nim_ethernet.obj \
- ./hal/nim_gpio.obj \
- ./hal/nim_uart.obj
- OBJS__QUOTED += \
- "hal\nim_ethernet.obj" \
- "hal\nim_gpio.obj" \
- "hal\nim_uart.obj"
- C_DEPS__QUOTED += \
- "hal\nim_ethernet.d" \
- "hal\nim_gpio.d" \
- "hal\nim_uart.d"
- C_SRCS__QUOTED += \
- "../hal/nim_ethernet.c" \
- "../hal/nim_gpio.c" \
- "../hal/nim_uart.c"
|