diff --git a/Makefile b/Makefile index b779c856..d41a5548 100644 --- a/Makefile +++ b/Makefile @@ -54,11 +54,11 @@ fmt: gen-device: gen-device-nrf gen-device-nrf: - ./gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/ + ./tools/gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/ go fmt ./src/device/nrf gen-device-avr: - ./gen-device-avr.py lib/avr/packs/atmega src/device/avr/ + ./tools/gen-device-avr.py lib/avr/packs/atmega src/device/avr/ go fmt ./src/device/avr diff --git a/gen-device-avr.py b/tools/gen-device-avr.py similarity index 100% rename from gen-device-avr.py rename to tools/gen-device-avr.py diff --git a/gen-device-svd.py b/tools/gen-device-svd.py similarity index 100% rename from gen-device-svd.py rename to tools/gen-device-svd.py