diff options
| author | kkitayam <[email protected]> | 2021-11-06 23:10:11 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-11-06 23:10:11 +0900 |
| commit | dd7eb368305ebf3c7e374341e037f1af22ce9e05 (patch) | |
| tree | e533fb988d5ba6a542b8373cd8213c957959fd77 | |
| parent | 30d3bf8bec430c235bd0948687613455db8ff3b9 (diff) | |
Remove unnecessary lines
| -rw-r--r-- | hw/bsp/msp432e4/family.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/bsp/msp432e4/family.mk b/hw/bsp/msp432e4/family.mk index aad5c77e8..ee7faa208 100644 --- a/hw/bsp/msp432e4/family.mk +++ b/hw/bsp/msp432e4/family.mk @@ -35,11 +35,6 @@ SRC_S += $(MCU_DIR)/Source/startup_msp432e411y_gcc.S # For freeRTOS port source FREERTOS_PORT = ARM_CM4F -# export for libmsp430.so to same installation -ifneq ($(OS),Windows_NT) -export LD_LIBRARY_PATH=$(dir $(shell which MSP430Flasher)) -endif - # For flash-jlink target JLINK_DEVICE = MSP432E401Y JLINK_IF = SWD |
