Skip to content

Commit 8b059b5

Browse files
committed
move target specific scripts to tools/targets/
1 parent 3d23951 commit 8b059b5

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

tools/build_hooks/__init__.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

tools/targets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ class RTL8195ACode:
502502
"""RTL8195A Hooks"""
503503
@staticmethod
504504
def binary_hook(t_self, resources, elf, binf):
505-
from tools.build_hooks.REALTEK_RTL8195AM import rtl8195a_elf2bin
505+
from tools.targets.REALTEK_RTL8195AM import rtl8195a_elf2bin
506506
rtl8195a_elf2bin(t_self.name, elf, binf)
507507
################################################################################
508508

0 commit comments

Comments
 (0)