diff options
Diffstat (limited to 'board/samsung/starqltechn/starqltechn.c')
| -rw-r--r-- | board/samsung/starqltechn/starqltechn.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/samsung/starqltechn/starqltechn.c b/board/samsung/starqltechn/starqltechn.c new file mode 100644 index 00000000000..f2cdb4eec2c --- /dev/null +++ b/board/samsung/starqltechn/starqltechn.c @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * This empty file prevents make linking error. + * No custom logic for starqltechn so far. + * + * (C) Copyright 2021 Dzmitry Sankouski <dsankouski@gmail.com> + * + */ + +void nooop(void) {} |
